Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use indexed-traversable for type-checking list literals #2423

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

sjakobi
Copy link
Collaborator

@sjakobi sjakobi commented Jun 14, 2022

itraverse_ for Seq is implemented via Data.Sequence.foldMapWithIndex
and manages to perform the traversal in one pass.
The previous implementation involved first mapping over the Seq and
then reducing the resulting Seq.

indexed-traversable is used in aeson, so it's already a transitive
dependency.

itraverse_ for Seq is implemented via Data.Sequence.foldMapWithIndex
and manages to perform the traversal in one pass.
The previous implementation involved first mapping over the Seq and
then reducing the resulting Seq.

indexed-traversable is used in aeson, so it's already a transitive
dependency.
@Gabriella439 Gabriella439 merged commit b6b1223 into master Jun 16, 2022
@Gabriella439 Gabriella439 deleted the sjakobi/itraverse branch June 16, 2022 01:33
@Gabriella439
Copy link
Collaborator

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants